Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Running applications developed using framework 1.1 after installing framework 2.0

17 views
Skip to first unread message

Feroz

unread,
Sep 13, 2005, 4:40:58 PM9/13/05
to
Hello everyone,

We've an application developed using framework 1.1 and it's been
working great. Now when we install framework 2.0 besides 1.1, the
application runs using 2.0 and blows up with some inter-op issues.

My question is, is there anyway to force the application to run using
the 1.1 framework?

Thanks for your responses in advance.

Feroz.

William Stacey [MVP]

unread,
Sep 13, 2005, 4:57:31 PM9/13/05
to
I seem to remember (on Channel9) that there is switch in VS2005 that you can
force 1.1. Think that requires a recompile using VS2005 however. Not sure
if there is simple switch or something you can set in the reg or other.

--
William Stacey [MVP]

"Feroz" <feroz_...@hotmail.com> wrote in message
news:1126644058.5...@o13g2000cwo.googlegroups.com...

Willy Denoyette [MVP]

unread,
Sep 13, 2005, 5:35:36 PM9/13/05
to
Yes, set the required runtime version in your application config file or use
policy files.

This ...
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" safemode="true"/>
</startup>
</configuration>

will force the loading of the v1.1 runtime for your application.

Willy.


"Feroz" <feroz_...@hotmail.com> wrote in message
news:1126644058.5...@o13g2000cwo.googlegroups.com...

0 new messages